// panoramic lens for very wide field of view with little distortion
camera
{
  panoramic
  location < 0, 1, -5 >                // position
  look_at  < 0, 0, 0 >                 // view
  right    x*image_width/image_height  // aspect
  angle 120                            // field (greater than 180 degrees possible)
}
